Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quill editor: Make toolbar visible on long texts #1464

Merged

Conversation

sashko9807
Copy link
Member

Made the toolbar position sticky so it always stays visible within the parent's size
Fixed the admin header as it was conflicting with other DOM elements, primarily with Quill's toolbar, which made the toolbar buttons ineffective.

Closes #1439

Motivation and context

Requested feature.

Set the ql-toolbar to sticky so now the toolbar is always visible regardless of the editor's height.
Should make formatting long texts easier
The way header was implemented caused some overlapping with other DOM elements such as Quill Editor, which made the toolbar ineffective when the ql editor's height is big enough
@github-actions
Copy link

github-actions bot commented Jul 4, 2023

✅ Tests will run for this PR. Once they succeed it can be merged.

@ani-kalpachka ani-kalpachka added the run tests Allows running the tests workflows for forked repos label Jul 4, 2023
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Jul 4, 2023
@ani-kalpachka ani-kalpachka merged commit bf3b9d1 into podkrepi-bg:master Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Campaign Editor] Make the Description Toolbar to always be visible for long texts
2 participants